home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / qms8_461.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  9.9 KB  |  316 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.2"
  11. *PCFileName: "QMS8_461.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 800)"
  14. *PSVersion: "(46.1) 3"
  15. *ModelName: "QMS-PS 800"
  16. *NickName: "QMS-PS 800 v46.1"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *FreeVM: "412988"
  25. *LanguageLevel: "1"
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *Throughput: "8"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true
  33.   }{
  34.     dup    % potential password
  35.     statusdict /checkpassword get exec not
  36.   } ifelse
  37.   {  %  if no password or not valid
  38.     (WARNING : Cannot perform the exitserver command.) =
  39.     (Password supplied is not valid.) =
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if
  43.   serverdict /exitserver get exec
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true
  50.   }{
  51.     dup    % potential password
  52.     statusdict /checkpassword get exec not
  53.   } ifelse
  54.   {  %  if no password or not valid
  55.     (WARNING : Cannot reset printer.) =
  56.     (Password supplied is not valid.) =
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if
  60.   serverdict /exitserver get exec
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion.
  99. *OpenUI *PageSize: PickOne
  100. *OrderDependency: 30 AnySetup *PageSize
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict /lettertray get exec"
  103. *PageSize Legal: "statusdict /legaltray get exec"
  104. *PageSize A4: "statusdict /a4tray get exec"
  105. *PageSize B5: "statusdict /b5tray get exec"
  106. *?PageSize: "
  107. save
  108.  statusdict /papersize known{
  109. 4 dict
  110.   dup /lettertray (Letter) put
  111.   dup /legaltray (Legal) put
  112.   dup /a4tray (A4) put
  113.   dup /b5tray (B5) put
  114.   statusdict /papersize get exec
  115.   3 1 roll  {get} stopped {(Unknown)}if
  116.   exch  not { print (.Transverse) }if
  117.   = flush
  118.  }{
  119.   statusdict /pagetype known{
  120.    [(Letter)(Legal)(Unknown)] statusdict /pagetype get exec
  121.     dup 1 gt{pop 2}if get = flush
  122.   }{
  123.    (Unknown) = flush
  124.   }ifelse
  125.  }ifelse
  126. restore
  127. "
  128. *End
  129. *CloseUI: *PageSize
  130.  
  131. *% These entries will set up the frame buffer. Usually used with manual feed.
  132. *OpenUI *PageRegion: PickOne
  133. *OrderDependency: 40 AnySetup *PageRegion
  134. *DefaultPageRegion: Letter
  135. *PageRegion Letter: "letter"
  136. *PageRegion Legal: "legal"
  137. *PageRegion A4: "a4"
  138. *PageRegion B5: "b5"
  139. *CloseUI: *PageRegion
  140.  
  141. *% The following entries provide information about specific paper keywords.
  142. *DefaultImageableArea: Letter
  143. *ImageableArea Letter: "18 8 593 784"
  144. *ImageableArea Legal: "18 19 593 990"
  145. *ImageableArea A4: "18 18 577 824"
  146. *ImageableArea B5: "8 14 506 715"
  147. *?ImageableArea: "
  148. save
  149.   /cvp {(                ) cvs print ( ) print } bind def
  150.   /upperright {10000 mul floor 10000 div} bind def
  151.   /lowerleft {10000 mul ceiling 10000 div} bind def
  152.   newpath clippath pathbbox
  153.   4 -2 roll exch 2 {lowerleft cvp} repeat
  154.   exch 2 {upperright cvp} repeat flush
  155.  restore
  156. "
  157. *End
  158.  
  159. *% These provide the physical dimensions of the paper (by keyword)
  160. *DefaultPaperDimension: Letter
  161. *PaperDimension Letter: "612 792"
  162. *PaperDimension Legal: "612 1008"
  163. *PaperDimension A4: "595 842"
  164. *PaperDimension B5: "516 729"
  165.  
  166. *RequiresPageRegion All: True
  167. *OpenUI *InputSlot: PickOne
  168. *OrderDependency: 20 AnySetup *InputSlot
  169. *DefaultInputSlot: Cassette
  170. *InputSlot Cassette: ""
  171. *CloseUI: *InputSlot
  172.  
  173. *OpenUI *ManualFeed: Boolean
  174. *OrderDependency: 20 AnySetup *ManualFeed
  175. *DefaultManualFeed: False
  176. *ManualFeed True: "statusdict /manualfeed true put"
  177. *ManualFeed False: "statusdict /manualfeed false put"
  178. *?ManualFeed: "
  179. save
  180.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  181. restore
  182. "
  183. *End
  184. *CloseUI: *ManualFeed
  185.  
  186. *DefaultOutputOrder: Reverse
  187.  
  188. *% Font Information =====================
  189. *DefaultFont: Courier
  190. *Font Courier: Standard "(001.004)" Standard ROM
  191. *Font Courier-Bold: Standard "(001.001)" Standard ROM
  192. *Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
  193. *Font Courier-Oblique: Standard "(001.001)" Standard ROM
  194. *Font Helvetica: Standard "(001.001)" Standard ROM
  195. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  196. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  197. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  198. *Font Symbol: Special "(001.001)" Special ROM
  199. *Font Times-Bold: Standard "(001.001)" Standard ROM
  200. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  201. *Font Times-Italic: Standard "(001.001)" Standard ROM
  202. *Font Times-Roman: Standard "(001.001)" Standard ROM
  203. *?FontQuery: "
  204. save
  205.  /str 100 string dup 0 (fonts/) putinterval def
  206.  {
  207.    count 1 gt
  208.    {
  209.      exch dup str 6 94 getinterval cvs
  210.      (/) print print (:) print
  211.      FontDirectory exch known
  212.      {(Yes)}{(No)} ifelse =
  213.    }
  214.    {exit} ifelse
  215.  }bind loop
  216.  (*) = flush
  217. restore
  218. "
  219. *End
  220.  
  221. *?FontList: "
  222.  FontDirectory { pop == } bind forall flush
  223.  (*) = flush
  224. "
  225. *End
  226.  
  227. *% Printer Messages (verbatim from printer):
  228. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  229. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  230. *Message: "\FontName\ not found, using Courier"
  231.  
  232. *% Status (format: %%[ status: <one of these> ]%% )
  233. *Status: "idle"
  234. *Status: "busy"
  235. *Status: "waiting"
  236. *Status: "printing"
  237. *Status: "warming up"
  238. *Status: "PrinterError: timeout, clearing printer"
  239. *Status: "PrinterError: paper entry misfeed"
  240. *Status: "PrinterError: warming up"
  241. *Status: "PrinterError: no toner cartridge"
  242. *Status: "PrinterError: service call"
  243. *Status: "PrinterError: cover open"
  244. *Status: "PrinterError: resetting printer"
  245. *Status: "PrinterError: out of paper"
  246. *Status: "PrinterError: timeout"
  247. *Status: "PrinterError: manual feed timeout"
  248. *Status: "PrinterError: no paper tray"
  249.  
  250. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  251. *Source: "serial9"
  252. *Source: "serial25"
  253. *Source: "AppleTalk"
  254. *Source: "Centronics"
  255.  
  256. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  257. *PrinterError: "timeout, clearing printer"
  258. *PrinterError: "paper entry misfeed"
  259. *PrinterError: "warming up"
  260. *PrinterError: "no toner cartridge"
  261. *PrinterError: "service call"
  262. *PrinterError: "cover open"
  263. *PrinterError: "resetting printer"
  264. *PrinterError: "out of paper"
  265. *PrinterError: "timeout"
  266. *PrinterError: "manual feed timeout"
  267. *PrinterError: "no paper tray"
  268.  
  269. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  270.  
  271. *% Color Separation Information =====================
  272.  
  273. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  274.  
  275. *InkName: ProcessBlack/Process Black
  276. *InkName: CustomColor/Custom Color
  277. *InkName: ProcessCyan/Process Cyan
  278. *InkName: ProcessMagenta/Process Magenta
  279. *InkName: ProcessYellow/Process Yellow
  280.  
  281. *% For 60 lpi / 300 dpi =====================================================
  282.  
  283. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  284. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  285. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  286. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  287. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  288.  
  289. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  290. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  291. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  292. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  293. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  294.  
  295. *% For 53 lpi / 300 dpi =====================================================
  296.  
  297. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  298. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  299. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  300. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  301. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  302.  
  303. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  304. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  305. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  306. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  307. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  308.  
  309. *% For "QMS-PS 800" version 46.1
  310. *% Produced by "GETapd.ps" version 2.0 edit 47
  311. *% Converted to meet 4.0 specification
  312. *% Last Edit Date: Sep 15 1992
  313. *% The byte count of this file should be exactly 009723 or 010035
  314. *% depending on the filesystem it resides in.
  315. *% end of PPD file for QMS-PS 800
  316.